projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9dc13a
)
docs: Fix build
author
Benjamin Otte
<otte@redhat.com>
Thu, 30 May 2019 16:26:32 +0000
(18:26 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 30 May 2019 16:26:32 +0000
(18:26 +0200)
docs/reference/gtk/migrating-3to4.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/migrating-3to4.xml
b/docs/reference/gtk/migrating-3to4.xml
index 0cdda924d24eccd65fd4dbefb9347f9181391d3a..39a52e1f210cf70fc8344def9fdf32e93e8105d5 100644
(file)
--- a/
docs/reference/gtk/migrating-3to4.xml
+++ b/
docs/reference/gtk/migrating-3to4.xml
@@
-802,6
+802,7
@@
Use GTK_IS_ROOT, GTK_IS_NATIVE or GTK_IS_WINDOW
instead, as appropriate.
</para>
+ </section>
<section>
<title>gtk_widget_get_toplevel has been removed</title>
@@
-810,6
+811,8
@@
Use gtk_widget_get_root() or gtk_widget_get_native()
instead, as appropriate.
</para>
+ </section>
+
</section>
</chapter>